home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 December / PCWorld_2003-12_cd.bin / Software / Vyzkuste / saproxy / SAproxyInstaller.exe / {app} / rules / 10_misc.cf next >
Text File  |  2003-03-17  |  6KB  |  150 lines

  1. # SpamAssassin basic config file
  2. #
  3. # Please don't modify this file as your changes will be overwritten with
  4. # the next update. Use @@LOCAL_RULES_DIR@@/local.cf instead.
  5. # See 'perldoc Mail::SpamAssassin::Conf' for details.
  6. #
  7. # This program is free software; you can redistribute it and/or modify
  8. # it under the terms of either the Artistic License or the GNU General
  9. # Public License as published by the Free Software Foundation; either
  10. # version 1 of the License, or (at your option) any later version.
  11. #
  12. # See the file "License" in the top level of the SpamAssassin source
  13. # distribution for more details.
  14. #
  15. ###########################################################################
  16.  
  17. # Default template. Try to keep it under 76 columns (inside the the dots below).
  18. # Bear in mind that EVERY line will be prefixed with "SPAM: " in order to make
  19. # it clear what's been added, and allow other filters to *remove* spamfilter
  20. # modifications, so you lose 6 columns right there.
  21. #
  22. #      ......................................................................
  23. clear_report_template
  24. report This mail is probably spam.  The original message has been attached
  25. report along with this report, so you can recognize or block similar unwanted
  26. report mail in future.  See http://spamassassin.org/tag/ for more details.
  27. report 
  28. report Content preview:  _PREVIEW_
  29. report 
  30. report Content analysis details:   (_HITS_ points, _REQD_ required)
  31. report _SUMMARY_
  32. #      ......................................................................
  33.  
  34. ###########################################################################
  35.  
  36. # Terse report template.
  37. #
  38. #            ......................................................................
  39. clear_terse_report_template
  40. terse_report ---- Start SpamAssassin results
  41. terse_report _HITS_ points, _REQD_ required;
  42. terse_report _SUMMARY_
  43. terse_report ---- End of SpamAssassin results
  44. #            ......................................................................
  45.  
  46. ###########################################################################
  47. # and now, a template for spam-trap responses.  If the first few lines
  48. # begin with "Xxxxxx: " where Xxxxxx is a header, they'll be used as
  49. # headers.
  50.  
  51. clear_spamtrap_template
  52. spamtrap Subject: this address is no longer available
  53.  
  54. spamtrap [this message has been automatically generated]
  55. spamtrap 
  56. spamtrap Please note that this address is no longer in use, and nowadays
  57. spamtrap receives nothing but unsolicited commercial mail.  Accordingly,
  58. spamtrap any mail sent to it is added to several spam-tracking databases,
  59. spamtrap then automatically deleted.
  60. spamtrap
  61. spamtrap If you genuinely want to contact the owner of the address, please
  62. spamtrap re-check your contact lists, or search the web, to find their
  63. spamtrap current e-mail address.
  64. spamtrap 
  65. spamtrap The mail you sent is reproduced in full below, for resending to
  66. spamtrap the correct address.  Sorry for the inconvenience!
  67. spamtrap 
  68. spamtrap [-- Signed: the SpamAssassin mail filter]
  69. spamtrap 
  70.  
  71. ###########################################################################
  72.  
  73. # Unsafe-for-viewing message report template.
  74. #
  75. #             ......................................................................
  76. clear_unsafe_report_template
  77. unsafe_report The original message did not contain plain text, and may be unsafe to
  78. unsafe_report open with some email clients; in particular, it may contain a virus,
  79. unsafe_report or confirm that your address can receive spam.  If you wish to view
  80. unsafe_report it, it may be safer to save it to a file and open it with an editor.
  81. #             ......................................................................
  82.  
  83. ###########################################################################
  84. # Database configuration options.
  85. #
  86. # user_scores_dsn MUST be in the form:
  87. # DBI:databasetype:databasename:hostname:port
  88. # ex. DBI:mysql:spamassassin:localhost
  89. #
  90. # user_scores_sql_username is the authorized username to connect to DSN
  91. # user_scores_sql_password is the password for the database username
  92.  
  93. #user_scores_dsn        DBI:mysql:spamassassin:localhost
  94. #user_scores_sql_username    spam
  95. #user_scores_sql_password    spamfilter
  96.  
  97. ###########################################################################
  98. # Automatic-whitelist directory, for the default db-based whitelist
  99. # backend.  By default, each user has their own, in their ~/.spamassassin
  100. # directory with mode 0600, but for system-wide SpamAssassin use, you may
  101. # want to share this across all users; uncomment and customise the below
  102. # lines.  (Make sure the mode has --x bits set.)
  103.  
  104. # auto_whitelist_factor   0.5
  105.  
  106. # default: per-user whitelist:
  107. # auto_whitelist_path        ~/.spamassassin/auto-whitelist
  108. # auto_whitelist_file_mode   0600
  109.  
  110. # use this for a system-wide whitelist:
  111. # auto_whitelist_path        /var/spool/spamassassin/auto-whitelist
  112. # auto_whitelist_file_mode   0666
  113.  
  114. ###########################################################################
  115. # Default prefs values: users can override these in their 
  116. # ~/.spamassassin/user_prefs files.
  117.  
  118. # How many hits before a mail is considered spam.
  119. required_hits           5
  120.  
  121. # Mail using locales used in these country codes will not be marked
  122. # as being possibly spam in a foreign language.
  123. ok_locales              all
  124.  
  125. # Mail using languages used in these country codes will not be marked
  126. # as being possibly spam in a foreign language.  This is an expensive
  127. # test, so it is set to "all" so the test will not be used by default.
  128. ok_languages            all
  129.  
  130. # Mail which scores outside this range will be fed back into SpamAssassin's
  131. # learning system automatically, to train the Bayesian scanner.
  132. auto_learn_threshold_nonspam    -2
  133. auto_learn_threshold_spam    15
  134.  
  135. # Set this to 0 to turn off auto-learning.
  136. auto_learn            1
  137.  
  138. # Some common prefs settings can be set here, to take effect site-wide
  139. # unless the user override them. See the user_prefs.template file for
  140. # explanations.
  141.  
  142. # rewrite_subject       0
  143. # report_safe           1
  144. # subject_tag           *****SPAM*****
  145. # use_terse_report      0
  146. # skip_rbl_checks       0
  147. # check_mx_attempts     2
  148. # check_mx_delay        5
  149.  
  150.